Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

pytorch-examples-0.0^git20250727.e9a4e75-3.fc44 RPM for noarch

From Fedora Rawhide for x86_64 / p

Name: pytorch-examples Distribution: Fedora Project
Version: 0.0^git20250727.e9a4e75 Vendor: Fedora Project
Release: 3.fc44 Build date: Fri Oct 17 19:18:04 2025
Group: Unspecified Build host: buildvm-a64-29.rdu3.fedoraproject.org
Size: 17380466 Source RPM: pytorch-examples-0.0^git20250727.e9a4e75-3.fc44.src.rpm
Packager: Fedora Project
Url: https://github.com/pytorch/examples
Summary: PyTorch Examples
pytorch-examples showcases examples of using PyTorch.  The goal
is to have curated, short, few/no dependencies high quality examples
that are substantially different from each other that can be
emulated in your existing work.

Provides

Requires

License

BSD-3-Clause AND MIT

Changelog

* Fri Oct 17 2025 Tom Rix <Tom.Rix@amd.com> - 0.0^git20250727.e9a4e75-3
  - Do not use pytorch-rpm-macros
* Thu Oct 16 2025 Tom Rix <Tom.Rix@amd.com> - 0.0^git20250727.e9a4e75-2
  - patch license issue
* Thu Oct 16 2025 Tom Rix <Tom.Rix@amd.com> - 0.0^git20250727.e9a4e75-1
  - Initial package

Files

/usr/share/doc/pytorch-examples
/usr/share/doc/pytorch-examples/README.md
/usr/share/licenses/pytorch-examples
/usr/share/licenses/pytorch-examples/LICENSE
/usr/share/pytorch-examples
/usr/share/pytorch-examples/CODEOWNERS
/usr/share/pytorch-examples/CODE_OF_CONDUCT.md
/usr/share/pytorch-examples/CONTRIBUTING.md
/usr/share/pytorch-examples/cpp
/usr/share/pytorch-examples/cpp/autograd
/usr/share/pytorch-examples/cpp/autograd/CMakeLists.txt
/usr/share/pytorch-examples/cpp/autograd/README.md
/usr/share/pytorch-examples/cpp/autograd/autograd.cpp
/usr/share/pytorch-examples/cpp/custom-dataset
/usr/share/pytorch-examples/cpp/custom-dataset/CMakeLists.txt
/usr/share/pytorch-examples/cpp/custom-dataset/README.md
/usr/share/pytorch-examples/cpp/custom-dataset/custom-dataset.cpp
/usr/share/pytorch-examples/cpp/custom-dataset/info.txt
/usr/share/pytorch-examples/cpp/dcgan
/usr/share/pytorch-examples/cpp/dcgan/CMakeLists.txt
/usr/share/pytorch-examples/cpp/dcgan/README.md
/usr/share/pytorch-examples/cpp/dcgan/dcgan.cpp
/usr/share/pytorch-examples/cpp/dcgan/display_samples.py
/usr/share/pytorch-examples/cpp/distributed
/usr/share/pytorch-examples/cpp/distributed/CMakeLists.txt
/usr/share/pytorch-examples/cpp/distributed/README.md
/usr/share/pytorch-examples/cpp/distributed/dist-mnist.cpp
/usr/share/pytorch-examples/cpp/mnist
/usr/share/pytorch-examples/cpp/mnist/CMakeLists.txt
/usr/share/pytorch-examples/cpp/mnist/README.md
/usr/share/pytorch-examples/cpp/mnist/mnist.cpp
/usr/share/pytorch-examples/cpp/regression
/usr/share/pytorch-examples/cpp/regression/CMakeLists.txt
/usr/share/pytorch-examples/cpp/regression/README.md
/usr/share/pytorch-examples/cpp/regression/regression.cpp
/usr/share/pytorch-examples/cpp/tools
/usr/share/pytorch-examples/cpp/tools/InstallingOpenCV.md
/usr/share/pytorch-examples/cpp/tools/download_mnist.py
/usr/share/pytorch-examples/cpp/transfer-learning
/usr/share/pytorch-examples/cpp/transfer-learning/CMakeLists.txt
/usr/share/pytorch-examples/cpp/transfer-learning/README.md
/usr/share/pytorch-examples/cpp/transfer-learning/classify.cpp
/usr/share/pytorch-examples/cpp/transfer-learning/convert.py
/usr/share/pytorch-examples/cpp/transfer-learning/main.cpp
/usr/share/pytorch-examples/cpp/transfer-learning/main.h
/usr/share/pytorch-examples/dcgan
/usr/share/pytorch-examples/dcgan/README.md
/usr/share/pytorch-examples/dcgan/main.py
/usr/share/pytorch-examples/dcgan/requirements.txt
/usr/share/pytorch-examples/distributed
/usr/share/pytorch-examples/distributed/FSDP
/usr/share/pytorch-examples/distributed/FSDP/README.md
/usr/share/pytorch-examples/distributed/FSDP/T5_training.py
/usr/share/pytorch-examples/distributed/FSDP/configs
/usr/share/pytorch-examples/distributed/FSDP/configs/__init__.py
/usr/share/pytorch-examples/distributed/FSDP/configs/fsdp.py
/usr/share/pytorch-examples/distributed/FSDP/configs/training.py
/usr/share/pytorch-examples/distributed/FSDP/download_dataset.sh
/usr/share/pytorch-examples/distributed/FSDP/model_checkpointing
/usr/share/pytorch-examples/distributed/FSDP/model_checkpointing/__init__.py
/usr/share/pytorch-examples/distributed/FSDP/model_checkpointing/checkpoint_handler.py
/usr/share/pytorch-examples/distributed/FSDP/policies
/usr/share/pytorch-examples/distributed/FSDP/policies/__init__.py
/usr/share/pytorch-examples/distributed/FSDP/policies/activation_checkpointing_functions.py
/usr/share/pytorch-examples/distributed/FSDP/policies/mixed_precision.py
/usr/share/pytorch-examples/distributed/FSDP/policies/wrapping.py
/usr/share/pytorch-examples/distributed/FSDP/requirements.txt
/usr/share/pytorch-examples/distributed/FSDP/summarization_dataset.py
/usr/share/pytorch-examples/distributed/FSDP/utils
/usr/share/pytorch-examples/distributed/FSDP/utils/__init__.py
/usr/share/pytorch-examples/distributed/FSDP/utils/environment.py
/usr/share/pytorch-examples/distributed/FSDP/utils/train_utils.py
/usr/share/pytorch-examples/distributed/FSDP2
/usr/share/pytorch-examples/distributed/FSDP2/README.md
/usr/share/pytorch-examples/distributed/FSDP2/checkpoint.py
/usr/share/pytorch-examples/distributed/FSDP2/model.py
/usr/share/pytorch-examples/distributed/FSDP2/train.py
/usr/share/pytorch-examples/distributed/FSDP2/utils.py
/usr/share/pytorch-examples/distributed/ddp
/usr/share/pytorch-examples/distributed/ddp-tutorial-series
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/README.md
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/datautils.py
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/multigpu.py
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/multigpu_torchrun.py
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/multinode.py
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/requirements.txt
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/single_gpu.py
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/slurm
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/slurm/config.yaml.template
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/slurm/sbatch_run.sh
/usr/share/pytorch-examples/distributed/ddp-tutorial-series/slurm/setup_pcluster_slurm.md
/usr/share/pytorch-examples/distributed/ddp/README.md
/usr/share/pytorch-examples/distributed/ddp/example.py
/usr/share/pytorch-examples/distributed/ddp/requirements.txt
/usr/share/pytorch-examples/distributed/ddp/run_example.sh
/usr/share/pytorch-examples/distributed/minGPT-ddp
/usr/share/pytorch-examples/distributed/minGPT-ddp/README.md
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/char_dataset.py
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/data
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/data/input.txt
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/gpt2_train_cfg.yaml
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/main.py
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/model.py
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/slurm
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/slurm/config.yaml.template
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/slurm/sbatch_run.sh
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/slurm/setup_pcluster_slurm.md
/usr/share/pytorch-examples/distributed/minGPT-ddp/mingpt/trainer.py
/usr/share/pytorch-examples/distributed/minGPT-ddp/requirements.txt
/usr/share/pytorch-examples/distributed/minGPT-ddp/run_example.sh
/usr/share/pytorch-examples/distributed/rpc
/usr/share/pytorch-examples/distributed/rpc/batch
/usr/share/pytorch-examples/distributed/rpc/batch/README.md
/usr/share/pytorch-examples/distributed/rpc/batch/parameter_server.py
/usr/share/pytorch-examples/distributed/rpc/batch/reinforce.py
/usr/share/pytorch-examples/distributed/rpc/batch/requirements.txt
/usr/share/pytorch-examples/distributed/rpc/ddp_rpc
/usr/share/pytorch-examples/distributed/rpc/ddp_rpc/README.md
/usr/share/pytorch-examples/distributed/rpc/ddp_rpc/main.py
/usr/share/pytorch-examples/distributed/rpc/ddp_rpc/requirements.txt
/usr/share/pytorch-examples/distributed/rpc/parameter_server
/usr/share/pytorch-examples/distributed/rpc/parameter_server/README.md
/usr/share/pytorch-examples/distributed/rpc/parameter_server/requirements.txt
/usr/share/pytorch-examples/distributed/rpc/parameter_server/rpc_parameter_server.py
/usr/share/pytorch-examples/distributed/rpc/pipeline
/usr/share/pytorch-examples/distributed/rpc/pipeline/README.md
/usr/share/pytorch-examples/distributed/rpc/pipeline/main.py
/usr/share/pytorch-examples/distributed/rpc/pipeline/requirements.txt
/usr/share/pytorch-examples/distributed/rpc/rl
/usr/share/pytorch-examples/distributed/rpc/rl/README.md
/usr/share/pytorch-examples/distributed/rpc/rl/main.py
/usr/share/pytorch-examples/distributed/rpc/rl/requirements.txt
/usr/share/pytorch-examples/distributed/rpc/rnn
/usr/share/pytorch-examples/distributed/rpc/rnn/README.md
/usr/share/pytorch-examples/distributed/rpc/rnn/main.py
/usr/share/pytorch-examples/distributed/rpc/rnn/requirements.txt
/usr/share/pytorch-examples/distributed/rpc/rnn/rnn.py
/usr/share/pytorch-examples/distributed/tensor_parallelism
/usr/share/pytorch-examples/distributed/tensor_parallelism/README.md
/usr/share/pytorch-examples/distributed/tensor_parallelism/fsdp_tp_example.py
/usr/share/pytorch-examples/distributed/tensor_parallelism/llama2_model.py
/usr/share/pytorch-examples/distributed/tensor_parallelism/log_utils.py
/usr/share/pytorch-examples/distributed/tensor_parallelism/requirements.txt
/usr/share/pytorch-examples/distributed/tensor_parallelism/run_example.sh
/usr/share/pytorch-examples/distributed/tensor_parallelism/sequence_parallel_example.py
/usr/share/pytorch-examples/distributed/tensor_parallelism/tensor_parallel_example.py
/usr/share/pytorch-examples/docs
/usr/share/pytorch-examples/docs/Makefile
/usr/share/pytorch-examples/docs/make.bat
/usr/share/pytorch-examples/docs/requirements.txt
/usr/share/pytorch-examples/docs/source
/usr/share/pytorch-examples/docs/source/_static
/usr/share/pytorch-examples/docs/source/conf.py
/usr/share/pytorch-examples/docs/source/index.rst
/usr/share/pytorch-examples/fast_neural_style
/usr/share/pytorch-examples/fast_neural_style/README.md
/usr/share/pytorch-examples/fast_neural_style/download_saved_models.py
/usr/share/pytorch-examples/fast_neural_style/images
/usr/share/pytorch-examples/fast_neural_style/images/content-images
/usr/share/pytorch-examples/fast_neural_style/images/content-images/amber.jpg
/usr/share/pytorch-examples/fast_neural_style/images/output-images
/usr/share/pytorch-examples/fast_neural_style/images/output-images/amber-candy.jpg
/usr/share/pytorch-examples/fast_neural_style/images/output-images/amber-mosaic.jpg
/usr/share/pytorch-examples/fast_neural_style/images/output-images/amber-rain-princess.jpg
/usr/share/pytorch-examples/fast_neural_style/images/output-images/amber-udnie.jpg
/usr/share/pytorch-examples/fast_neural_style/images/style-images
/usr/share/pytorch-examples/fast_neural_style/images/style-images/candy.jpg
/usr/share/pytorch-examples/fast_neural_style/images/style-images/mosaic.jpg
/usr/share/pytorch-examples/fast_neural_style/images/style-images/rain-princess-cropped.jpg
/usr/share/pytorch-examples/fast_neural_style/images/style-images/rain-princess.jpg
/usr/share/pytorch-examples/fast_neural_style/images/style-images/udnie.jpg
/usr/share/pytorch-examples/fast_neural_style/neural_style
/usr/share/pytorch-examples/fast_neural_style/neural_style/__init__.py
/usr/share/pytorch-examples/fast_neural_style/neural_style/neural_style.py
/usr/share/pytorch-examples/fast_neural_style/neural_style/transformer_net.py
/usr/share/pytorch-examples/fast_neural_style/neural_style/utils.py
/usr/share/pytorch-examples/fast_neural_style/neural_style/vgg.py
/usr/share/pytorch-examples/fast_neural_style/requirements.txt
/usr/share/pytorch-examples/fx
/usr/share/pytorch-examples/fx/README.md
/usr/share/pytorch-examples/fx/custom_tracer.py
/usr/share/pytorch-examples/fx/inline_function.py
/usr/share/pytorch-examples/fx/invert.py
/usr/share/pytorch-examples/fx/module_tracer.py
/usr/share/pytorch-examples/fx/native_interpreter
/usr/share/pytorch-examples/fx/native_interpreter/CMakeLists.txt
/usr/share/pytorch-examples/fx/native_interpreter/README.md
/usr/share/pytorch-examples/fx/native_interpreter/interpreter.cpp
/usr/share/pytorch-examples/fx/native_interpreter/use_interpreter.py
/usr/share/pytorch-examples/fx/primitive_library.py
/usr/share/pytorch-examples/fx/profiling_tracer.py
/usr/share/pytorch-examples/fx/proxy_based_graph_creation.py
/usr/share/pytorch-examples/fx/replace_op.py
/usr/share/pytorch-examples/fx/requirements.txt
/usr/share/pytorch-examples/fx/subgraph_rewriter_basic_use.py
/usr/share/pytorch-examples/fx/wrap_output_dynamically.py
/usr/share/pytorch-examples/gat
/usr/share/pytorch-examples/gat/README.md
/usr/share/pytorch-examples/gat/main.py
/usr/share/pytorch-examples/gat/requirements.txt
/usr/share/pytorch-examples/gcn
/usr/share/pytorch-examples/gcn/README.md
/usr/share/pytorch-examples/gcn/main.py
/usr/share/pytorch-examples/gcn/requirements.txt
/usr/share/pytorch-examples/imagenet
/usr/share/pytorch-examples/imagenet/README.md
/usr/share/pytorch-examples/imagenet/extract_ILSVRC.sh
/usr/share/pytorch-examples/imagenet/main.py
/usr/share/pytorch-examples/imagenet/requirements.txt
/usr/share/pytorch-examples/language_translation
/usr/share/pytorch-examples/language_translation/README.md
/usr/share/pytorch-examples/language_translation/main.py
/usr/share/pytorch-examples/language_translation/requirements.txt
/usr/share/pytorch-examples/language_translation/src
/usr/share/pytorch-examples/language_translation/src/data.py
/usr/share/pytorch-examples/language_translation/src/model.py
/usr/share/pytorch-examples/legacy
/usr/share/pytorch-examples/legacy/snli
/usr/share/pytorch-examples/legacy/snli/README.md
/usr/share/pytorch-examples/legacy/snli/model.py
/usr/share/pytorch-examples/legacy/snli/requirements.txt
/usr/share/pytorch-examples/legacy/snli/train.py
/usr/share/pytorch-examples/legacy/snli/util.py
/usr/share/pytorch-examples/mnist
/usr/share/pytorch-examples/mnist/README.md
/usr/share/pytorch-examples/mnist/main.py
/usr/share/pytorch-examples/mnist/requirements.txt
/usr/share/pytorch-examples/mnist_forward_forward
/usr/share/pytorch-examples/mnist_forward_forward/README.md
/usr/share/pytorch-examples/mnist_forward_forward/main.py
/usr/share/pytorch-examples/mnist_forward_forward/requirements.txt
/usr/share/pytorch-examples/mnist_hogwild
/usr/share/pytorch-examples/mnist_hogwild/README.md
/usr/share/pytorch-examples/mnist_hogwild/main.py
/usr/share/pytorch-examples/mnist_hogwild/requirements.txt
/usr/share/pytorch-examples/mnist_hogwild/train.py
/usr/share/pytorch-examples/mnist_rnn
/usr/share/pytorch-examples/mnist_rnn/README.md
/usr/share/pytorch-examples/mnist_rnn/main.py
/usr/share/pytorch-examples/mnist_rnn/requirements.txt
/usr/share/pytorch-examples/regression
/usr/share/pytorch-examples/regression/README.md
/usr/share/pytorch-examples/regression/main.py
/usr/share/pytorch-examples/regression/requirements.txt
/usr/share/pytorch-examples/reinforcement_learning
/usr/share/pytorch-examples/reinforcement_learning/README.md
/usr/share/pytorch-examples/reinforcement_learning/actor_critic.py
/usr/share/pytorch-examples/reinforcement_learning/reinforce.py
/usr/share/pytorch-examples/reinforcement_learning/requirements.txt
/usr/share/pytorch-examples/run_cpp_examples.sh
/usr/share/pytorch-examples/run_distributed_examples.sh
/usr/share/pytorch-examples/run_python_examples.sh
/usr/share/pytorch-examples/runtime.txt
/usr/share/pytorch-examples/siamese_network
/usr/share/pytorch-examples/siamese_network/README.md
/usr/share/pytorch-examples/siamese_network/main.py
/usr/share/pytorch-examples/siamese_network/requirements.txt
/usr/share/pytorch-examples/super_resolution
/usr/share/pytorch-examples/super_resolution/README.md
/usr/share/pytorch-examples/super_resolution/data.py
/usr/share/pytorch-examples/super_resolution/dataset.py
/usr/share/pytorch-examples/super_resolution/main.py
/usr/share/pytorch-examples/super_resolution/model.py
/usr/share/pytorch-examples/super_resolution/requirements.txt
/usr/share/pytorch-examples/super_resolution/super_resolve.py
/usr/share/pytorch-examples/time_sequence_prediction
/usr/share/pytorch-examples/time_sequence_prediction/README.md
/usr/share/pytorch-examples/time_sequence_prediction/generate_sine_wave.py
/usr/share/pytorch-examples/time_sequence_prediction/requirements.txt
/usr/share/pytorch-examples/time_sequence_prediction/train.py
/usr/share/pytorch-examples/utils.sh
/usr/share/pytorch-examples/vae
/usr/share/pytorch-examples/vae/README.md
/usr/share/pytorch-examples/vae/main.py
/usr/share/pytorch-examples/vae/requirements.txt
/usr/share/pytorch-examples/vae/results
/usr/share/pytorch-examples/word_language_model
/usr/share/pytorch-examples/word_language_model/README.md
/usr/share/pytorch-examples/word_language_model/data
/usr/share/pytorch-examples/word_language_model/data.py
/usr/share/pytorch-examples/word_language_model/data/wikitext-2
/usr/share/pytorch-examples/word_language_model/data/wikitext-2/README
/usr/share/pytorch-examples/word_language_model/data/wikitext-2/test.txt
/usr/share/pytorch-examples/word_language_model/data/wikitext-2/train.txt
/usr/share/pytorch-examples/word_language_model/data/wikitext-2/valid.txt
/usr/share/pytorch-examples/word_language_model/generate.py
/usr/share/pytorch-examples/word_language_model/main.py
/usr/share/pytorch-examples/word_language_model/model.py
/usr/share/pytorch-examples/word_language_model/requirements.txt


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed Oct 22 23:54:18 2025